From 02068350ff322f5085dfe11258b8eef5e60a1e7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fridrich=20=C5=A0trba?= Date: Tue, 3 Aug 2010 02:49:01 +0200 Subject: [PATCH] Make the Windows manifest correspond to the name of the binary --- gtk/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index ebe87fe625..36953755bd 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -946,7 +946,7 @@ if OS_WIN32 # used... Use a manifest file to tell Windows that # gtk-update-icon-cache.exe doesn't require any special privileges. -GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest +GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache-3.0.exe.manifest bin_SCRIPTS += \ $(GTK_UPDATE_ICON_CACHE_MANIFEST) @@ -956,7 +956,7 @@ gtk-update-icon-cache.exe.manifest: echo '' ; \ echo ' ' ; \ echo ' ' ; \ echo ' ' ; \ -- 2.30.2